home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 12 / Amiga Plus Sonderheft Amiga 12.iso / rexx / loadsessions.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-31  |  464b  |  25 lines

  1. /*
  2. ------------------------------------------------------------
  3.  LoadSessions.rexx
  4.  
  5.  This script demonstrates how to load sessions using WF
  6.  
  7.  Copyright ©1997 WK-Artworks
  8. ------------------------------------------------------------
  9. */
  10.  
  11. parse arg sessionfile
  12.  
  13. Options Results
  14.  
  15.  
  16. if ~show('P','Wildfire') then do
  17.  say " Error: The Wildfire-program must be started before executing this script."
  18.  exit
  19. end
  20.  
  21. address "Wildfire"
  22. options results
  23.  
  24. C_LOADSESSION sessionfile
  25.